a11y: fix the build
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 15 Oct 2012 15:32:56 +0000 (11:32 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 15 Oct 2012 15:32:56 +0000 (11:32 -0400)
Fix a typo introduced in 0ad379708f79dbff916b1fcd431d3e3114bf8e25

gtk/a11y/gtkcontainercellaccessible.c

index 8ce249b3c759c8cd5896855ad7ece9b910b9efe6..9e360a48dbe4b4df7988ed802fcb608e16987812 100644 (file)
@@ -168,7 +168,7 @@ _gtk_container_cell_accessible_remove_child (GtkContainerCellAccessible *contain
 }
 
 GList *
-_gtk_conainer_cell_accessible_get_children (GtkContainerCellAccessible *container)
+_gtk_container_cell_accessible_get_children (GtkContainerCellAccessible *container)
 {
   g_return_val_if_fail (GTK_IS_CONTAINER_CELL_ACCESSIBLE (container), NULL);